home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / ace_readmes.lzx / nap.readme < prev   
Text File  |  1999-12-09  |  911b  |  29 lines

  1. Short:    V2.02, a preprocessor especially for ACE
  2. Author:   dseifert@hell1og.be.schule.de (Daniel Seifert)
  3. Uploader: dseifert@hell1og.be.schule.de (Daniel Seifert)
  4. Version:  2.02 (05-19-1997)
  5. Type:     dev/basic
  6.  
  7.  
  8. NAP is a preprocessor which has been developed especially
  9. for the ACE programming language.
  10.  
  11. Features : - processing of the following preprocessor
  12.              commands: IF, ELSE, ELIF, ENDIF, INCLUDE,
  13.              DEFINE, IFDEF, IFNDEF, UNDEF
  14.            - removal of C comments, e.g. /*   */, AND
  15.              ACE comments, e.g. {   } and '.
  16.            - removal of unused structures (thus gaining
  17.              memory during compilation)
  18.  
  19. Changes  : - more optimized -> faster
  20.            - added -x Option (see manual)
  21.            - changed default configuration
  22.            - fixed some bugs
  23.            - default defines, e.g. __TIME and __DATE
  24.            - extended manual
  25.  
  26.  
  27.  
  28.   Happy ACEing ;-)
  29.